Reading in blogpost data
knitr::opts_chunk$set(echo = TRUE)
I am going to use the cereal data set. This shows a breakdown of cereal by sodium, sugar and type.
cereal <-read.csv("../../_data/cereal.csv")
Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".